Add Schema component to docs.yml reference page #1750
+33
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Schema component to docs.yml reference page
Summary
Added the new
<Schema type="TypeName" />component (from PR #4442) to the docs.yml reference page to display type definitions visually for 15 major configuration types. The Schema components are placed immediately after the YAML code examples in each section to show the complete type structure from the docs-yml API definition.Configuration types with Schema components:
Review & Testing Checklist for Human
fern docs devand navigate to the docs.yml reference page to verify all 15 Schema components render correctly and display type information (not just blank spaces)<Schema type="..." />exactly match the type names infern/apis/docs-yml/definition/docs.yml. A mismatch will cause silent failuresTest Plan
fern docs devin the docs repositoryNotes
loader.getTypes()to fetch type definitions from all APIs in the projectloader.getTypes()returns all types from all APIsLink to Devin run: https://app.devin.ai/sessions/82957910bea64400b08607bd1ee34924
Requested by: Devin Logan ([email protected]) (@devalog)